home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Rozne / NetTime 2.0 b7 / NetTime-2b7.exe / {app} / SvcCfg.exe / 0 / RCDATA / TFRMOPTIONS / TFRMOPTIONS.txt
Encoding:
Text File  |  2003-01-30  |  12.5 KB  |  605 lines

  1. object frmOptions: TfrmOptions
  2.   Left = 316
  3.   Top = 269
  4.   Width = 537
  5.   Height = 325
  6.   HelpContext = 1
  7.   Caption = 'NetTime Options'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 6
  24.     Top = 27
  25.     Width = 67
  26.     Height = 14
  27.     Caption = 'Time &Servers:'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -11
  31.     Font.Name = 'Arial'
  32.     Font.Style = []
  33.     ParentFont = False
  34.   end
  35.   object Label2: TLabel
  36.     Left = 6
  37.     Top = 155
  38.     Width = 128
  39.     Height = 14
  40.     Caption = '&Update Interval (seconds):'
  41.     Font.Charset = DEFAULT_CHARSET
  42.     Font.Color = clWindowText
  43.     Font.Height = -11
  44.     Font.Name = 'Arial'
  45.     Font.Style = []
  46.     ParentFont = False
  47.   end
  48.   object Label3: TLabel
  49.     Left = 262
  50.     Top = 155
  51.     Width = 123
  52.     Height = 14
  53.     Caption = '&Max Free Run (seconds):'
  54.     Font.Charset = DEFAULT_CHARSET
  55.     Font.Color = clWindowText
  56.     Font.Height = -11
  57.     Font.Name = 'Arial'
  58.     Font.Style = []
  59.     ParentFont = False
  60.   end
  61.   object Label4: TLabel
  62.     Left = 262
  63.     Top = 179
  64.     Width = 152
  65.     Height = 14
  66.     AutoSize = False
  67.     Caption = '&Warn If Adj Greater (seconds):'
  68.     Font.Charset = DEFAULT_CHARSET
  69.     Font.Color = clWindowText
  70.     Font.Height = -11
  71.     Font.Name = 'Arial'
  72.     Font.Style = []
  73.     ParentFont = False
  74.   end
  75.   object Label5: TLabel
  76.     Left = 6
  77.     Top = 179
  78.     Width = 120
  79.     Height = 14
  80.     Caption = '&Retry Interval (seconds):'
  81.     Font.Charset = DEFAULT_CHARSET
  82.     Font.Color = clWindowText
  83.     Font.Height = -11
  84.     Font.Name = 'Arial'
  85.     Font.Style = []
  86.     ParentFont = False
  87.   end
  88.   object Label7: TLabel
  89.     Left = 114
  90.     Top = 8
  91.     Width = 117
  92.     Height = 14
  93.     Caption = 'Hostname or IP Address'
  94.     Font.Charset = DEFAULT_CHARSET
  95.     Font.Color = clWindowText
  96.     Font.Height = -11
  97.     Font.Name = 'Arial'
  98.     Font.Style = []
  99.     ParentFont = False
  100.   end
  101.   object Label8: TLabel
  102.     Left = 298
  103.     Top = 8
  104.     Width = 39
  105.     Height = 14
  106.     Caption = 'Protocol'
  107.     Font.Charset = DEFAULT_CHARSET
  108.     Font.Color = clWindowText
  109.     Font.Height = -11
  110.     Font.Name = 'Arial'
  111.     Font.Style = []
  112.     ParentFont = False
  113.   end
  114.   object Label9: TLabel
  115.     Left = 397
  116.     Top = 8
  117.     Width = 59
  118.     Height = 14
  119.     Caption = 'Port Number'
  120.     Font.Charset = DEFAULT_CHARSET
  121.     Font.Color = clWindowText
  122.     Font.Height = -11
  123.     Font.Name = 'Arial'
  124.     Font.Style = []
  125.     ParentFont = False
  126.   end
  127.   object edHostname: TEdit
  128.     Left = 114
  129.     Top = 23
  130.     Width = 183
  131.     Height = 22
  132.     Font.Charset = DEFAULT_CHARSET
  133.     Font.Color = clWindowText
  134.     Font.Height = -11
  135.     Font.Name = 'Arial'
  136.     Font.Style = []
  137.     ParentFont = False
  138.     TabOrder = 0
  139.   end
  140.   object edTimeFreq: TEdit
  141.     Left = 154
  142.     Top = 151
  143.     Width = 100
  144.     Height = 22
  145.     Font.Charset = DEFAULT_CHARSET
  146.     Font.Color = clWindowText
  147.     Font.Height = -11
  148.     Font.Name = 'Arial'
  149.     Font.Style = []
  150.     ParentFont = False
  151.     TabOrder = 20
  152.   end
  153.   object edLostSync: TEdit
  154.     Left = 418
  155.     Top = 151
  156.     Width = 100
  157.     Height = 22
  158.     Font.Charset = DEFAULT_CHARSET
  159.     Font.Color = clWindowText
  160.     Font.Height = -11
  161.     Font.Name = 'Arial'
  162.     Font.Style = []
  163.     ParentFont = False
  164.     TabOrder = 22
  165.   end
  166.   object edWarnAdj: TEdit
  167.     Left = 418
  168.     Top = 175
  169.     Width = 100
  170.     Height = 22
  171.     Font.Charset = DEFAULT_CHARSET
  172.     Font.Color = clWindowText
  173.     Font.Height = -11
  174.     Font.Name = 'Arial'
  175.     Font.Style = []
  176.     ParentFont = False
  177.     TabOrder = 23
  178.   end
  179.   object btnFindServer: TButton
  180.     Left = 464
  181.     Top = 23
  182.     Width = 57
  183.     Height = 21
  184.     Caption = '&Find...'
  185.     Font.Charset = DEFAULT_CHARSET
  186.     Font.Color = clWindowText
  187.     Font.Height = -11
  188.     Font.Name = 'Arial'
  189.     Font.Style = []
  190.     ParentFont = False
  191.     TabOrder = 3
  192.     OnClick = btnFindServerClick
  193.   end
  194.   object edRetry: TEdit
  195.     Left = 154
  196.     Top = 175
  197.     Width = 100
  198.     Height = 22
  199.     Font.Charset = DEFAULT_CHARSET
  200.     Font.Color = clWindowText
  201.     Font.Height = -11
  202.     Font.Name = 'Arial'
  203.     Font.Style = []
  204.     ParentFont = False
  205.     TabOrder = 21
  206.   end
  207.   object cbxProtocol: TComboBox
  208.     Left = 298
  209.     Top = 23
  210.     Width = 100
  211.     Height = 22
  212.     Style = csDropDownList
  213.     Font.Charset = DEFAULT_CHARSET
  214.     Font.Color = clWindowText
  215.     Font.Height = -11
  216.     Font.Name = 'Arial'
  217.     Font.Style = []
  218.     ItemHeight = 14
  219.     ParentFont = False
  220.     TabOrder = 1
  221.     OnChange = cbxProtocolChange
  222.     Items.Strings = (
  223.       'SNTP'
  224.       'RFC868 (TCP)'
  225.       'RFC868 (UDP)')
  226.   end
  227.   object CbxNeverWarn: TCheckBox
  228.     Left = 423
  229.     Top = 197
  230.     Width = 97
  231.     Height = 17
  232.     Caption = '&Never Warn'
  233.     Font.Charset = DEFAULT_CHARSET
  234.     Font.Color = clWindowText
  235.     Font.Height = -11
  236.     Font.Name = 'Arial'
  237.     Font.Style = []
  238.     ParentFont = False
  239.     TabOrder = 24
  240.     OnClick = CbxNeverWarnClick
  241.   end
  242.   object btnOK: TButton
  243.     Left = 272
  244.     Top = 272
  245.     Width = 75
  246.     Height = 25
  247.     Caption = '&OK'
  248.     Default = True
  249.     Font.Charset = DEFAULT_CHARSET
  250.     Font.Color = clWindowText
  251.     Font.Height = -11
  252.     Font.Name = 'Arial'
  253.     Font.Style = []
  254.     ModalResult = 1
  255.     ParentFont = False
  256.     TabOrder = 26
  257.     OnClick = btnOKClick
  258.   end
  259.   object btnCancel: TButton
  260.     Left = 360
  261.     Top = 272
  262.     Width = 75
  263.     Height = 25
  264.     Cancel = True
  265.     Caption = '&Cancel'
  266.     Font.Charset = DEFAULT_CHARSET
  267.     Font.Color = clWindowText
  268.     Font.Height = -11
  269.     Font.Name = 'Arial'
  270.     Font.Style = []
  271.     ModalResult = 2
  272.     ParentFont = False
  273.     TabOrder = 27
  274.   end
  275.   object cbxServer: TCheckBox
  276.     Left = 72
  277.     Top = 207
  278.     Width = 249
  279.     Height = 17
  280.     Caption = 'A&llow other computers to sync to this computer'
  281.     Font.Charset = DEFAULT_CHARSET
  282.     Font.Color = clWindowText
  283.     Font.Height = -11
  284.     Font.Name = 'Arial'
  285.     Font.Style = []
  286.     ParentFont = False
  287.     TabOrder = 25
  288.   end
  289.   object edPort: TEdit
  290.     Left = 397
  291.     Top = 23
  292.     Width = 65
  293.     Height = 22
  294.     Font.Charset = DEFAULT_CHARSET
  295.     Font.Color = clWindowText
  296.     Font.Height = -11
  297.     Font.Name = 'Arial'
  298.     Font.Style = []
  299.     ParentFont = False
  300.     TabOrder = 2
  301.   end
  302.   object edHostname1: TEdit
  303.     Left = 114
  304.     Top = 47
  305.     Width = 183
  306.     Height = 22
  307.     Font.Charset = DEFAULT_CHARSET
  308.     Font.Color = clWindowText
  309.     Font.Height = -11
  310.     Font.Name = 'Arial'
  311.     Font.Style = []
  312.     ParentFont = False
  313.     TabOrder = 4
  314.   end
  315.   object btnFindServer1: TButton
  316.     Left = 464
  317.     Top = 47
  318.     Width = 57
  319.     Height = 21
  320.     Caption = '&Find...'
  321.     Font.Charset = DEFAULT_CHARSET
  322.     Font.Color = clWindowText
  323.     Font.Height = -11
  324.     Font.Name = 'Arial'
  325.     Font.Style = []
  326.     ParentFont = False
  327.     TabOrder = 7
  328.     OnClick = btnFindServerClick
  329.   end
  330.   object cbxProtocol1: TComboBox
  331.     Left = 298
  332.     Top = 47
  333.     Width = 100
  334.     Height = 22
  335.     Style = csDropDownList
  336.     Font.Charset = DEFAULT_CHARSET
  337.     Font.Color = clWindowText
  338.     Font.Height = -11
  339.     Font.Name = 'Arial'
  340.     Font.Style = []
  341.     ItemHeight = 14
  342.     ParentFont = False
  343.     TabOrder = 5
  344.     OnChange = cbxProtocolChange
  345.     Items.Strings = (
  346.       'SNTP'
  347.       'RFC868 (TCP)'
  348.       'RFC868 (UDP)')
  349.   end
  350.   object edPort1: TEdit
  351.     Left = 397
  352.     Top = 47
  353.     Width = 65
  354.     Height = 22
  355.     Font.Charset = DEFAULT_CHARSET
  356.     Font.Color = clWindowText
  357.     Font.Height = -11
  358.     Font.Name = 'Arial'
  359.     Font.Style = []
  360.     ParentFont = False
  361.     TabOrder = 6
  362.   end
  363.   object edHostname2: TEdit
  364.     Left = 114
  365.     Top = 71
  366.     Width = 183
  367.     Height = 22
  368.     Font.Charset = DEFAULT_CHARSET
  369.     Font.Color = clWindowText
  370.     Font.Height = -11
  371.     Font.Name = 'Arial'
  372.     Font.Style = []
  373.     ParentFont = False
  374.     TabOrder = 8
  375.   end
  376.   object btnFindServer2: TButton
  377.     Left = 464
  378.     Top = 71
  379.     Width = 57
  380.     Height = 21
  381.     Caption = '&Find...'
  382.     Font.Charset = DEFAULT_CHARSET
  383.     Font.Color = clWindowText
  384.     Font.Height = -11
  385.     Font.Name = 'Arial'
  386.     Font.Style = []
  387.     ParentFont = False
  388.     TabOrder = 11
  389.     OnClick = btnFindServerClick
  390.   end
  391.   object cbxProtocol2: TComboBox
  392.     Left = 298
  393.     Top = 71
  394.     Width = 100
  395.     Height = 22
  396.     Style = csDropDownList
  397.     Font.Charset = DEFAULT_CHARSET
  398.     Font.Color = clWindowText
  399.     Font.Height = -11
  400.     Font.Name = 'Arial'
  401.     Font.Style = []
  402.     ItemHeight = 14
  403.     ParentFont = False
  404.     TabOrder = 9
  405.     OnChange = cbxProtocolChange
  406.     Items.Strings = (
  407.       'SNTP'
  408.       'RFC868 (TCP)'
  409.       'RFC868 (UDP)')
  410.   end
  411.   object edPort2: TEdit
  412.     Left = 397
  413.     Top = 71
  414.     Width = 65
  415.     Height = 22
  416.     Font.Charset = DEFAULT_CHARSET
  417.     Font.Color = clWindowText
  418.     Font.Height = -11
  419.     Font.Name = 'Arial'
  420.     Font.Style = []
  421.     ParentFont = False
  422.     TabOrder = 10
  423.   end
  424.   object edHostname3: TEdit
  425.     Left = 114
  426.     Top = 95
  427.     Width = 183
  428.     Height = 22
  429.     Font.Charset = DEFAULT_CHARSET
  430.     Font.Color = clWindowText
  431.     Font.Height = -11
  432.     Font.Name = 'Arial'
  433.     Font.Style = []
  434.     ParentFont = False
  435.     TabOrder = 12
  436.   end
  437.   object btnFindServer3: TButton
  438.     Left = 464
  439.     Top = 95
  440.     Width = 57
  441.     Height = 21
  442.     Caption = '&Find...'
  443.     Font.Charset = DEFAULT_CHARSET
  444.     Font.Color = clWindowText
  445.     Font.Height = -11
  446.     Font.Name = 'Arial'
  447.     Font.Style = []
  448.     ParentFont = False
  449.     TabOrder = 15
  450.     OnClick = btnFindServerClick
  451.   end
  452.   object cbxProtocol3: TComboBox
  453.     Left = 298
  454.     Top = 95
  455.     Width = 100
  456.     Height = 22
  457.     Style = csDropDownList
  458.     Font.Charset = DEFAULT_CHARSET
  459.     Font.Color = clWindowText
  460.     Font.Height = -11
  461.     Font.Name = 'Arial'
  462.     Font.Style = []
  463.     ItemHeight = 14
  464.     ParentFont = False
  465.     TabOrder = 13
  466.     OnChange = cbxProtocolChange
  467.     Items.Strings = (
  468.       'SNTP'
  469.       'RFC868 (TCP)'
  470.       'RFC868 (UDP)')
  471.   end
  472.   object edPort3: TEdit
  473.     Left = 397
  474.     Top = 95
  475.     Width = 65
  476.     Height = 22
  477.     Font.Charset = DEFAULT_CHARSET
  478.     Font.Color = clWindowText
  479.     Font.Height = -11
  480.     Font.Name = 'Arial'
  481.     Font.Style = []
  482.     ParentFont = False
  483.     TabOrder = 14
  484.   end
  485.   object edHostname4: TEdit
  486.     Left = 114
  487.     Top = 119
  488.     Width = 183
  489.     Height = 22
  490.     Font.Charset = DEFAULT_CHARSET
  491.     Font.Color = clWindowText
  492.     Font.Height = -11
  493.     Font.Name = 'Arial'
  494.     Font.Style = []
  495.     ParentFont = False
  496.     TabOrder = 16
  497.   end
  498.   object btnFindServer4: TButton
  499.     Left = 464
  500.     Top = 119
  501.     Width = 57
  502.     Height = 21
  503.     Caption = '&Find...'
  504.     Font.Charset = DEFAULT_CHARSET
  505.     Font.Color = clWindowText
  506.     Font.Height = -11
  507.     Font.Name = 'Arial'
  508.     Font.Style = []
  509.     ParentFont = False
  510.     TabOrder = 19
  511.     OnClick = btnFindServerClick
  512.   end
  513.   object cbxProtocol4: TComboBox
  514.     Left = 298
  515.     Top = 119
  516.     Width = 100
  517.     Height = 22
  518.     Style = csDropDownList
  519.     Font.Charset = DEFAULT_CHARSET
  520.     Font.Color = clWindowText
  521.     Font.Height = -11
  522.     Font.Name = 'Arial'
  523.     Font.Style = []
  524.     ItemHeight = 14
  525.     ParentFont = False
  526.     TabOrder = 17
  527.     OnChange = cbxProtocolChange
  528.     Items.Strings = (
  529.       'SNTP'
  530.       'RFC868 (TCP)'
  531.       'RFC868 (UDP)')
  532.   end
  533.   object edPort4: TEdit
  534.     Left = 397
  535.     Top = 119
  536.     Width = 65
  537.     Height = 22
  538.     Font.Charset = DEFAULT_CHARSET
  539.     Font.Color = clWindowText
  540.     Font.Height = -11
  541.     Font.Name = 'Arial'
  542.     Font.Style = []
  543.     ParentFont = False
  544.     TabOrder = 18
  545.   end
  546.   object btnHelp: TButton
  547.     Left = 448
  548.     Top = 272
  549.     Width = 75
  550.     Height = 25
  551.     Caption = '&Help'
  552.     Font.Charset = DEFAULT_CHARSET
  553.     Font.Color = clWindowText
  554.     Font.Height = -11
  555.     Font.Name = 'Arial'
  556.     Font.Style = []
  557.     ParentFont = False
  558.     TabOrder = 28
  559.     OnClick = btnHelpClick
  560.   end
  561.   object btnAutoConfig: TButton
  562.     Left = 8
  563.     Top = 48
  564.     Width = 89
  565.     Height = 25
  566.     Caption = '&Auto-Configure'
  567.     Font.Charset = DEFAULT_CHARSET
  568.     Font.Color = clWindowText
  569.     Font.Height = -11
  570.     Font.Name = 'Arial'
  571.     Font.Style = []
  572.     ParentFont = False
  573.     TabOrder = 29
  574.     OnClick = btnAutoConfigClick
  575.   end
  576.   object cbxShowInTray: TCheckBox
  577.     Left = 72
  578.     Top = 224
  579.     Width = 249
  580.     Height = 17
  581.     Caption = 'Show NetTime &icon in the system tray at login'
  582.     Font.Charset = DEFAULT_CHARSET
  583.     Font.Color = clWindowText
  584.     Font.Height = -11
  585.     Font.Name = 'Arial'
  586.     Font.Style = []
  587.     ParentFont = False
  588.     TabOrder = 30
  589.   end
  590.   object cbxServiceAutoStart: TCheckBox
  591.     Left = 72
  592.     Top = 241
  593.     Width = 249
  594.     Height = 17
  595.     Caption = '&Start NetTime service at bootup'
  596.     Font.Charset = DEFAULT_CHARSET
  597.     Font.Color = clWindowText
  598.     Font.Height = -11
  599.     Font.Name = 'Arial'
  600.     Font.Style = []
  601.     ParentFont = False
  602.     TabOrder = 31
  603.   end
  604. end
  605.